home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / photo.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  535 b   |  34 lines

  1. global trans, img, m1
  2.  
  3. on mouseEnter
  4.   cursor([121, 122])
  5.   set the member of sprite 50 to 71
  6. end
  7.  
  8. on mouseDown
  9. end
  10.  
  11. on mouseUp
  12.   sprite(24).visible = 1
  13.   sprite(23).visible = 0
  14.   sprite(19).visible = 1
  15.   sprite(20).visible = 0
  16.   repeat with pp = 43 to 44
  17.     sprite(pp).visible = 0
  18.   end repeat
  19.   img = 0
  20.   if img = 0 then
  21.     cursor(-1)
  22.     sprite(45).member = member(26, "pp")
  23.     m1()
  24.     set the member of sprite 46 to 49
  25.     go(#next)
  26.   end if
  27.   cursor(-1)
  28. end
  29.  
  30. on mouseLeave
  31.   cursor(-1)
  32.   set the member of sprite 50 to 73
  33. end
  34.